Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.howto.dataaccess.usemultipleentitymanagers
/
[jvm]MyAdditionalEntityManagerFactoryConfiguration
/
secondJpaProperties
second
Jpa
Properties
@
Qualifier
(
value
=
"second"
)
@
Bean
(
defaultCandidate
=
false
)
@
ConfigurationProperties
(
value
=
"app.jpa"
)
open
fun
secondJpaProperties
(
)
:
JpaProperties